InsertRange(Int32,Int32) Method
Inserts the specified of items (nulls) at the specified .
'Declaration
Public Overloads Sub InsertRange( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- startingIndex
- The index where the items are inserted.
- count
- The number of nulls that will be inserted.